Adwaita: Set a text color for lists
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Jan 2016 03:53:47 +0000 (22:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Jan 2016 03:53:47 +0000 (22:53 -0500)
Symbolic icons in list boxes came out white-on-white in the
inspector. Set an explicit text color to prevent that.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index a61d38d7fdcde90a16e4f02ee5b15712a143c9a8..70380ca546d1b26ca3958bb2b4e94760b9574819 100644 (file)
@@ -2798,6 +2798,7 @@ separator {
  *********/
 
 list {
+  color: $text_color;
   background-color: $base_color;
   border-color: $borders_color;
 
index ad50ac2de244c0d7708d47d707d07a2eb5ca01c2..a277a386b36daacf9184888ffe8e004d15646571 100644 (file)
@@ -3697,6 +3697,7 @@ separator {
  * Lists *
  *********/
 list {
+  color: white;
   background-color: #292929;
   border-color: #1c1f1f; }
   list:backdrop {
index 9536ba40925da40d09783652558450dfa6fa22b9..3b22b66afe0d9775e85d75e288fa6b6ee6c49e38 100644 (file)
@@ -3863,6 +3863,7 @@ separator {
  * Lists *
  *********/
 list {
+  color: black;
   background-color: #ffffff;
   border-color: #9d9d99; }
   list:backdrop {